Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ListEx<TItem,TItemInterface> Class / Select<T> Method

In This Topic
    Select<T> Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function Select(Of T)( _
       ByVal method As System.Func(Of TItem,T) _
    ) As System.Collections.Generic.IEnumerable(Of T)
    public System.Collections.Generic.IEnumerable<T> Select<T>( 
       System.Func<TItem,T> method
    )

    Parameters

    method

    Type Parameters

    T
    See Also